Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class CameraAngle(val bearing: Measurement, val pitch: Measurement)
Link copied to clipboard
Link copied to clipboard
interface DrawState
Link copied to clipboard
data class EncodedDataGroup(var id: String, var datasets: List<EncodedDataset>)
Link copied to clipboard
Link copied to clipboard
class EventDispatcher(validEventTypes: List<Regex> = listOf(Regex(".*")), triggerLastEvent: Boolean = false)
Link copied to clipboard
class EventJS(val type: String, val args: Map<String, Any> = emptyMap())
Link copied to clipboard
data class ImageRepresentable(val width: Int, val height: Int, val data: ByteArray?)
Link copied to clipboard
Link copied to clipboard
data class Measurement(val value: Double, val unit: AngleUnit)
Link copied to clipboard
open class Object3D(context: Context? = null) : GLObject

Functions

Link copied to clipboard
fun copyImage(src: ImageRepresentable, dest: ImageRepresentable, sx: Int, sy: Int, tx: Int, ty: Int, size: Size, channels: Int = 4): ImageRepresentable
Link copied to clipboard
fun padBitmap(bitmap: ByteArray, originalSize: Int, padding: Int): ByteArray